home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Games / Freeciv / data / misc / small.spec < prev    next >
Encoding:
Text File  |  2001-08-17  |  1.7 KB  |  85 lines

  1.  
  2. [spec]
  3.  
  4. ; Format and options of this spec file:
  5. options = "+spec2"
  6.  
  7. [info]
  8.  
  9. artists = "
  10.     Alexandre Beraud <a_beraud@lemel.fr>
  11.     Jeff Mallatt <jjm@codewell.com> (cooling flakes)
  12. "
  13.  
  14. [file]
  15. gfx = "misc/small"
  16.  
  17. [grid_main]
  18.  
  19. x_top_left = 0
  20. y_top_left = 0
  21. dx = 15
  22. dy = 20
  23.  
  24. tiles = { "row", "column", "tag"
  25.  
  26. ; Science progress indicators:
  27.  
  28.   0,  0, "s.science_bulb_0"
  29.   0,  1, "s.science_bulb_1"
  30.   0,  2, "s.science_bulb_2"
  31.   0,  3, "s.science_bulb_3"
  32.   0,  4, "s.science_bulb_4"
  33.   0,  5, "s.science_bulb_5"
  34.   0,  6, "s.science_bulb_6"
  35.   0,  7, "s.science_bulb_7"
  36.  
  37. ; Government icons: (see further below for fundamentalism)
  38.  
  39.   0,  8, "gov.anarchy"
  40.   0,  9, "gov.despotism"
  41.   0, 10, "gov.monarchy"
  42.   0, 11, "gov.communism"
  43.   0, 12, "gov.republic"
  44.   0, 13, "gov.democracy"
  45.  
  46. ; Global warming progress indicators:
  47.  
  48.   0, 14, "s.warming_sun_0"
  49.   0, 15, "s.warming_sun_1"
  50.   0, 16, "s.warming_sun_2"
  51.   0, 17, "s.warming_sun_3"
  52.   0, 18, "s.warming_sun_4"
  53.   0, 19, "s.warming_sun_5"
  54.   0, 20, "s.warming_sun_6"
  55.   0, 21, "s.warming_sun_7"
  56.  
  57. ; Nuclear winter progress indicators:
  58.  
  59.   0, 31, "s.cooling_flake_0"
  60.   0, 32, "s.cooling_flake_1"
  61.   0, 33, "s.cooling_flake_2"
  62.   0, 34, "s.cooling_flake_3"
  63.   0, 35, "s.cooling_flake_4"
  64.   0, 36, "s.cooling_flake_5"
  65.   0, 37, "s.cooling_flake_6"
  66.   0, 38, "s.cooling_flake_7"
  67.  
  68. ; Citizen icons:
  69.  
  70.   0, 22, "citizen.entertainer"
  71.   0, 23, "citizen.scientist"
  72.   0, 24, "citizen.tax_collector",
  73.      "gov.fundamentalism"    ; ?? need something...
  74.   0, 25, "citizen.content_0"
  75.   0, 26, "citizen.content_1"
  76.   0, 27, "citizen.happy_0"
  77.   0, 28, "citizen.happy_1"
  78.   0, 29, "citizen.unhappy_0", 
  79.      "citizen.unhappy_1"     ; Allow for two
  80.  
  81. ; Right arrow icon:
  82.  
  83.   0, 30, "s.right_arrow"
  84. }
  85.